home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libgnome-mag2 / README < prev   
Text File  |  2009-09-21  |  2KB  |  58 lines

  1. This is gnome-mag version 0.15.9 (Stable)
  2.  
  3. This directory contains the gnome-mag magnification
  4. service definition and sample implementation.
  5.  
  6. For more information about GAIL and accessibility in GNOME, see:
  7.  http://live.gnome.org/GAP
  8.  
  9.  
  10. Standalone Command-line interface
  11. =================================
  12.  
  13. gnome-mag provides a command-line interface for standalone use,
  14. although its primary goal is to provide a set of magnification
  15. services for use by other client applications and assistive 
  16. technologies.
  17.  
  18. For information on the "magnifier" command-line utility, type
  19.  
  20. "magnifier --help" or "magnifier --usage" after installing
  21. gnome-mag.
  22.  
  23.  
  24. Dependencies
  25. ============
  26.  
  27. In order to get SVN gnome-mag installed on your system, you need to have
  28. the most recent SVN versions of libbonobo installed as well.
  29. Note that gnome-mag also requires gtk+ and gnome-common.
  30.  
  31. Colorblind support requires libcolorblind from
  32. http://alioth.debian.org/frs/download.php/1952/colorblind-0.0.1.tar.gz
  33.  
  34.  
  35. Building
  36. ========
  37.  
  38. To compile a SVN version of libgail-gnome on your system, you will 
  39. need to take several steps to setup the tree for compilation.  You 
  40. can do all these steps at once by running:
  41.  
  42.         trunk/gnome-mag# ./autogen.sh
  43.  
  44. Basically this does the following for you:
  45.  
  46.         trunk/gnome-mag# aclocal; automake; autoconf
  47.  
  48.         The above commands create the "configure" script.  Now you
  49.         can run the configure script in cvsroot/gnome-mag to create all
  50.         the Makefiles.
  51.  
  52. Before running autogen.sh or configure, make sure you have libtool
  53. in your path.
  54.  
  55. Note that autogen.sh runs configure for you.  If you wish to pass
  56. options like --prefix=/usr to configure you can give those options
  57. to autogen.sh and they will be passed on to configure.
  58.